Inserts or replaces an item in the map.
public:
bool Insert(
K key,
V value
)
key
Type: K
The key associated with the item to insert.
value
Type: V
The item to insert.
Type: bool
True if an item with the specified key is an existing item that was replaced; otherwise, false.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd